'Declaration
Public Overloads Function Bind( _ ByVal xDataFieldName As String, _ ByVal valueProperty As String, _ ByVal readActionUrl As String _ ) As TBuilder
public TBuilder Bind( string xDataFieldName, string valueProperty, string readActionUrl )
Parameters
- xDataFieldName
- Sets the name of the x data field.
- valueProperty
- Sets the name of the value data field.
- readActionUrl
- The url of the action which is used for reading data
Return Value
Current builder